home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / appletalk / uab.shar / log.h < prev    next >
Text File  |  1990-07-12  |  974b  |  35 lines

  1. /*
  2.  * $Author: cck $ $Date: 88/09/14 10:19:55 $
  3.  * $Header: /src/local/mac/cap/etalk/RCS/log.h,v 1.3 88/09/14 10:19:55 cck Rel $
  4.  * $Revision: 1.3 $
  5. */
  6.  
  7. /*
  8.  * log.h - simple logging facility header file
  9.  *
  10.  *
  11.  * Copyright (c) 1988 by The Trustees of Columbia University 
  12.  *   in the City of New York.
  13.  *
  14.  * Permission is granted to any individual or institution to use,
  15.  * copy, or redistribute this software so long as it is not sold for
  16.  * profit, provided that this notice and the original copyright
  17.  * notices are retained.  Columbia University nor the author make no
  18.  * representations about the suitability of this software for any
  19.  * purpose.  It is provided "as is" without express or implied
  20.  * warranty.
  21.  *
  22.  * 
  23.  * Edit History:
  24.  *
  25.  *   Aug, 1988 CCKim created
  26.  *
  27. */
  28.  
  29. /* logging flags */
  30. #define L_UERR 0x20        /* want unix error message */
  31. #define L_EXIT 0x10        /* exit after logging */
  32. #define L_LVL 0xf        /* debug levels */
  33. #define L_LVLMAX 15        /* maximum level */
  34.  
  35.